mobileNextSoundOnChannel
Type
function
Summary
Returns the sound that is scheduled to play next (if any) on the given channel.
Syntax
mobileNextSoundOnChannel(<channel>)
Description
Use the mobileNextSoundOnChannel function to find what sound (if any) is scheduled to play next on the current channel.
Parameters
Name | Type | Description |
---|---|---|
channel | The name of the channel. |
Examples
get mobileNextSoundOnChannel(theChannel)
put mobileNextSoundOnChannel("current") into tNextSound
Related
command: mobileDeleteSoundChannel, mobilePlaySoundOnChannel, mobileSetSoundChannelVolume, mobilePausePlayingOnChannel, mobileStopPlayingOnChannel, mobileResumePlayingOnChannel
function: mobileSoundChannelVolume, mobileSoundOnChannel, mobileSoundChannels, mobileSoundChannelStatus
message: soundFinishedOnChannel
Compatibility and Support
Introduced
LiveCode 4.6
OS
ios
android
Platforms
mobile